ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientDraggingRowOver Property

In This Topic
    OnClientDraggingRowOver Property (FlexGridBase<T>)
    In This Topic
    Occurs as the user drags a row to a new position.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientDraggingRowOver As String
    public virtual string OnClientDraggingRowOver {get; set;}
    See Also